Skip to content

chore(deps): update all non-major dependencies #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.2.34 -> ^1.2.35 age adoption passing confidence
@​iconify/collections ^1.0.548 -> ^1.0.551 age adoption passing confidence
@nuxt/eslint-config (source) ^1.3.1 -> ^1.4.1 age adoption passing confidence
@types/node (source) ^22.15.18 -> ^22.15.21 age adoption passing confidence
eslint (source) ^9.26.0 -> ^9.27.0 age adoption passing confidence
vitest (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
wrangler (source) ^4.15.2 -> ^4.16.1 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.27.0

Compare Source

vitest-dev/vitest (vitest)

v3.1.4

Compare Source

cloudflare/workers-sdk (wrangler)

v4.16.1

Compare Source

Patch Changes

v4.16.0

Compare Source

Minor Changes
  • #​9288 3b8f7f1 Thanks @​petebacondarwin! - allow --name and --env args on wrangler deploy

    Previously it was not possible to provide a Worker name as a command line argument at the same time as setting the Wrangler environment.
    Now specifying --name is supported and will override any names set in the Wrangler config:

    wrangler.json

    {
    	"name": "config-worker"
    	"env": {
    		"staging": { "name": "config-worker-env" }
    	}
    }
    Command Previous (Worker name) Proposed (Worker name) Comment
    wrangler deploy --name=args-worker "args-worker" "args-worker" CLI arg used
    wrangler deploy --name=args-worker --env=staging Error "args-worker" CLI arg used
    wrangler deploy --name=args-worker --env=prod Error "args-worker" CLI arg used
    wrangler deploy "config-worker" "config-worker" Top-level config used
    wrangler deploy --env=staging "config-worker-env" "config-worker-env" Named env config used
    wrangler deploy --env=prod "config-worker-prod" "config-worker-prod" CLI arg and top-level config combined
  • #​9265 16de0d5 Thanks @​edmundhung! - docs: add documentation links to individual config properties in the JSON schema of the Wrangler config file

Patch Changes
  • #​9234 2fe6219 Thanks @​emily-shen! - fix: add no-op props to ctx in getPlatformProxy to fix type mismatch

  • #​9269 66d975e Thanks @​dario-piotrowicz! - Wire up mixed-mode remote bindings for multi-worker wrangler dev

    Under the --x-mixed-mode flag, make sure that bindings configurations with remote: true actually generate bindings to remote resources during a multi-worker wrangler dev session, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.

    Also include the ai binding since the bindings is already remote by default anyways.

  • #​9151 5ab035d Thanks @​gabivlj! - wrangler containers can be configured with the kind of application rollout on apply

  • #​9231 02d40ed Thanks @​dario-piotrowicz! - Wire up mixed-mode remote bindings for (single-worker) wrangler dev

    Under the --x-mixed-mode flag, make sure that bindings configurations with remote: true actually generate bindings to remote resources during a single-worker wrangler dev session, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.

    Also include the ai binding since the bindings is already remote by default anyways.

  • #​9221 2ef31a9 Thanks @​vicb! - bump @cloudflare/unenv-preset

  • #​9277 db5ea8f Thanks @​penalosa! - Support Mixed Mode for more binding types

  • #​9266 f2a16f1 Thanks @​petebacondarwin! - fix: setting triggers.crons:[] in Wrangler config should delete deployed cron schedules

  • #​9245 b87b472 Thanks @​penalosa! - Support Mixed Mode Dispatch Namespaces

  • Updated dependencies [db5ea8f, b87b472]:


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6875913 to 78330af Compare July 23, 2024 14:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to v9.7.0 Jul 23, 2024
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.7.0 chore(deps): update all non-major dependencies Jul 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bf845ed to 29773e4 Compare July 26, 2024 15:10
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to v9.7.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29773e4 to 5d6927f Compare July 26, 2024 21:40
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.7.0 chore(deps): update devdependency eslint to v9.8.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d6927f to 1e9a467 Compare July 27, 2024 02:27
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.8.0 chore(deps): update all non-major dependencies Jul 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e9a467 to 862a9e2 Compare July 27, 2024 22:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to v9.8.0 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 862a9e2 to 5f002d8 Compare July 28, 2024 12:51
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.8.0 chore(deps): update all non-major dependencies Jul 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from a93a135 to 6b9a12c Compare August 4, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 6a3d2ba to 718128c Compare May 14, 2025 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 06ab20a to c0423a5 Compare May 16, 2025 04:07
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 16, 2025
@renovate renovate bot closed this May 16, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 19, 2025
@renovate renovate bot reopened this May 19, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from caed705 to 5d7e3d6 Compare May 22, 2025 14:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d7e3d6 to aa15492 Compare May 23, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants